-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Puppi] Hadronic tau recovery with protection for fromPV==2 charged particles #44050
[Puppi] Hadronic tau recovery with protection for fromPV==2 charged particles #44050
Conversation
…be false by default in the module.
cms-bot internal usage |
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-44050/38988
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-44050/38990
|
A new Pull Request was created by @nurfikri89 for master. It involves the following packages:
@cmsbuild, @jfernan2, @mandrenguyen can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-f9c0ec/37637/summary.html Comparison SummarySummary:
|
assign xpog |
Based on the PR description, I understand why changes are observed for Puppi jets, but were you expecting changes to the vanilla slimmedJets (presumably CHS?), e.g: |
@mandrenguyen the plot says its slimmedJetsAK8 so its the AK8 Puppi jets, which we expect some changes. |
@nurfikri89 Has it been checked what are impacts of this change on the existing AK4 and AK8 jet taggers? |
+1 |
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @antoniovilela, @sextonkennedy, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
please test
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-f9c0ec/38469/summary.html Comparison SummarySummary:
|
@nurfikri89 |
This was a historical accident. |
Apologies, I accidentally clicked the wrong button. |
+1 |
type tau, jetmet |
…pre0_puppi_tauTune_fromPV2Recovery [Puppi] Backport of #44050 (Hadronic tau recovery with protection for fromPV==2 charged particles) to 14_0_X
PR description:
(Making this PR on behalf of @abenecke)
It was spotted by the ParticleNet team that the efficiency to identify hadronic tau candidates for PUPPI jets at low pT is significantly lower than for CHS jets (https://indico.cern.ch/event/1300663/#2-particlenet-ak4-ak8-tagger-r). The main reason for this is that PUPPI treats particles with fromPV1&2 different than CHS. It was found that PUPPI rejects one prong hadronic taus that most of the time has
fromPV==2
andpT < 20 GeV
(pT > 20 GeV
are protected by PUPPI already). This PR is supposed to recover the loss of hadronic tau candidates by keeping charged particles withpT > 4 GeV
andfromPV==2
while maintaining the jet energy resolution, eff and purity for jets. A comparison of different options was done in this presentation: https://indico.cern.ch/event/1364503/#5-puppi-tau-tunePR validation:
passes the usual runTheMatrix test:
runTheMatrix.py -l limited -i all --ibeos
If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:
To be backported to
14_0_X